home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / bc / copyright < prev    next >
Text File  |  2009-09-20  |  3KB  |  61 lines

  1. This is Debian GNU/Linux's prepackaged version of the FSF's GNU bc and dc
  2. utilities. GNU bc is an interactive algebraic language with arbitrary
  3. precision. GNU dc is a reverse-polish desk calculator which supports
  4. unlimited precision arithmetic. bc was written by Phil Nelson, Ken Pizzini
  5. wrote dc.
  6.  
  7. bc was previously maintained by Bill Mitchell, Austin Donnelly and James
  8. Troup. The current package was put together by Dirk Eddelbuettel
  9. <edd@debian.org> from the GNU sources from 
  10.     ftp://ftp.gnu.org/pub/gnu/bc/bc-1.06.tar.gz
  11. Changes are documented in the changelog.Debian file, and below. 
  12.  
  13. James Troup, the previous maintainer made the following changes :- 
  14.  
  15. o adding support for the Debian package maintenance scheme, by adding
  16.   various debian/* files.  
  17. o bc/scan.l (rc_len): define as int not char, to allow input > 128
  18.   characters in length without crashing.
  19. o configure.in: changed test for readline to use READLINELIB and not
  20.   LIBS so we can link just bc with readline (as dc doesn't use it).
  21. o bc/Makefile.am (LDADD): add @READLINELIB@
  22.  
  23.  
  24. Program Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software
  25. Foundation, Inc.  
  26. Modifications for Debian Copyright (C) 1997, 1998, 1999 James Troup.
  27. Further modifications for Debian Copyright (C) 1999 Dirk Eddelbuettel.
  28.  
  29. This program is free software; you can redistribute it and/or modify
  30. it under the terms of the GNU General Public License as published by
  31. the Free Software Foundation; either version 2, or (at your option)
  32. any later version.
  33.  
  34. This program is distributed in the hope that it will be useful, but
  35. WITHOUT ANY WARRANTY; without even the implied warranty of
  36. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  37. General Public License for more details.
  38.  
  39. You should have received a copy of the GNU General Public License with your
  40. Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
  41. Debian GNU/Linux bc source package as the file COPYING.  If not, write to the
  42. Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  43. MA 02110-1301, USA.
  44.  
  45.  
  46. Manual (dc.info) Copyright (C) 1984 Free Software Foundation, Inc.
  47.  
  48. Permission is granted to make and distribute verbatim copies of this
  49. manual provided the copyright notice and this permission notice are
  50. preserved on all copies.
  51.  
  52. Permission is granted to copy and distribute modified versions of this
  53. manual under the conditions for verbatim copying, provided that the
  54. entire resulting derived work is distributed under the terms of a
  55. permission notice identical to this one.
  56.  
  57. Permission is granted to copy and distribute translations of this
  58. manual into another language, under the above conditions for modified
  59. versions, except that this permission notice may be stated in a
  60. translation approved by the Foundation.
  61.